160 research outputs found

    Language evolution in large populations of autonomous agents:issues in scaling

    Get PDF
    In this paper we discuss issues relating to modelling language evolution in large populations of au-tonomous agents that are situated in a realistic environment where they have to evolve and learn means to survive for extended periods of time. As we intend to build such a model in relation to the recently started New Ties project, we identify three major problems that are expected for such a model. The paper proposes some solutions and discusses future directions.

    Hybrid Genetic Relational Search for Inductive Learning

    Get PDF
    An important characteristic of all natural systems is the ability to acquire knowledge through experience and to adapt to new situations. Learning is the single unifying theme of all natural systems. One of the basic ways of gaining knowledge is through examples of some concepts.For instance, we may learn how to distinguish a dog from other creatures after that we have seen a number of creatures, and after that someone (a teacher, or supervisor) told us which creatures are dogs and which are not. This way of learning is called supervised learning. Inductive Concept Learning (ICL) constitutes a central topic in machine learning. The problem can be formulated in the following manner: given a description language used to express possible hypotheses, a background knowledge, a set of positive examples, and a set of negative examples, one has to find a hypothesis which covers all positive examples and none of the negative ones. This is a supervised way of learning, since a supervisor has already classified the examples of the concept into positive and negative examples. The so learned concept can be used to classify previously unseen examples. In general deriving general conclusions from specific observation is called induction. Thus in ICL, concepts are induced because obtained from the observation of a limited set of training examples. The process can be seen as a search process. Starting from an initial hypothesis, what is done is searching the space of the possible hypotheses for one that fits the given set of examples. A representation language has to be chosen in order to represent concepts, examples and the background knowledge. This is an important choice, because this may limit the kind of concept we can learn. With a representation language that has a low expressive power we may not be able to represent some problem domain, because too complex for the language adopted. On the other side, a too expressive language may give us the possibility to represent all problem domains. However this solution may also give us too much freedom, in the sense that we can build concepts in too many different ways, and this could lead to the impossibility of finding the right concept. We are interested in learning concepts expressed in a fragment of first--order logic (FOL). This subject is known as Inductive Logic Programming (ILP), where the knowledge to be learn is expressed by Horn clauses, which are used in programming languages based on logic programming like Prolog. Learning systems that use a representation based on first--order logic have been successfully applied to relevant real life problems, e.g., learning a specific property related to carcinogenicity. Learning first--order hypotheses is a hard task, due to the huge search space one has to deal with. The approach used by the majority of ILP systems tries to overcome this problem by using specific search strategies, like the top-down and the inverse resolution mechanism. However, the greedy selection strategies adopted for reducing the computational effort, render techniques based on this approach often incapable of escaping from local optima. An alternative approach is offered by genetic algorithms (GAs). GAs have proved to be successful in solving comparatively hard optimization problems, as well as problems like ICL. GAs represents a good approach when the problems to solve are characterized by a high number of variables, when there is interaction among variables, when there are mixed types of variables, e.g., numerical and nominal, and when the search space presents many local optima. Moreover it is easy to hybridize GAs with other techniques that are known to be good for solving some classes of problems. Another appealing feature of GAs is represented by their intrinsic parallelism, and their use of exploration operators, which give them the possibility of escaping from local optima. However this latter characteristic of GAs is also responsible for their rather poor performance on learning tasks which are easy to tackle by algorithms that use specific search strategies. These observations suggest that the two approaches above described, i.e., standard ILP strategies and GAs, are applicable to partly complementary classes of learning problems. More important, they indicate that a system incorporating features from both approaches could profit from the different benefits of the approaches. This motivates the aim of this thesis, which is to develop a system based on GAs for ILP that incorporates search strategies used in successful ILP systems. Our approach is inspired by memetic algorithms, a population based search method for combinatorial optimization problems. In evolutionary computation memetic algorithms are GAs in which individuals can be refined during their lifetime.Eiben, A.E. [Promotor]Marchiori, E. [Copromotor

    Performance of geosynthetics as reinforcement in unpaved roads

    Get PDF
    O trabalho teve como objetivo avaliar o comportamento de estradas não pavimentadas construídas sobre solos moles reforçadas com diferentes geossintéticos. Foram selecionadas três estradas não pavimentadas que apresentassem um trecho com baixa capacidade de suporte de carga. A flecha foi medida pelo método fotográfico para cada número de passadas, nas condições com e sem reforço, e submetido à análise de variância, pelo teste de F, a 5% de probabilidade, e quando houve diferença significativa entre os tratamentos, suas médias foram comparadas pelo teste de Tukey. Posteriormente, realizou-se o cálculo da razão de benefício de tráfego fornecida pela inclusão do reforço. O geossintético não tecido, quando inserido no interior do solo, contribui de modo significativo para a redução das flechas, principalmente nos solos do trecho das estradas I e III. O geossintético tecido contribui para a redução das flechas, principalmente nos solos do trecho da estrada III. A geogrelha não contribui para a redução das flechas. A razão de benefício de tráfego para os reforços utilizados foram superiores a um, com valores médios de 1,28 para o trecho da estrada I, reforçado com geossintético não tecido, 1,54 para o trecho da estrada II, reforçado com geossintético tecido e de 2,7 para o trecho da estrada III, reforçado com geossintético tecido.The objective of this study was to evaluate the performance of unpaved roads built on soft soils reinforced with different geosynthetic materials. We selected three sections of unpaved roads with low load-bearing capacity. Vertical displacement (rut depth) was visually measured (photographs) for each number of passes on soils with and without reinforcement. The data underwent variance analysis by the F-test at 5% probability; when significant, means were compared by the Tukey’s test. Subsequently, we calculated traffic benefit ratio (TBR) or improvement factor due to the use of each reinforcement material. Non-woven geosynthetic materials reduced significantly the rut depths, mainly within the road sections I and III; by contrast, geosynthetic woven materials contributed in road section III. Moreover, geogrid use had no contribution to rut depth reductions. The TBR by using the reinforcements studied here showed values higher than one, with averages of 1.28 for road section I reinforced with geosynthetic nonwoven material, 1.54 for road section II reinforced with geosynthetic woven material, and 2.7 for road section III reinforced with geosynthetic woven

    An Evolutionary Algorithm for Discovering Multi-Relational Association Rules in the Semantic Web

    Get PDF
    International audienceIn the Semantic Web context, OWL ontologies represent the conceptualization of domains of interest while the corresponding assertional knowledge is given by RDF data referring to them. Because of its open, distributed, and collaborative nature, such knowledge can be incomplete, noisy, and sometimes inconsistent. By exploiting the evidence coming from the assertional data, we aim at discovering hidden knowledge patterns in the form of multi-relational association rules while taking advantage of the intensional knowledge available in ontological knowledge bases. An evolutionary search method applied to populated ontological knowledge bases is proposed for finding rules with a high inductive power. The proposed method, EDMAR, uses problem-aware genetic operators, echoing the refinement operators of ILP, and takes the intensional knowledge into account, which allows it to restrict and guide the search. Discovered rules are coded in SWRL, and as such they can be straightforwardly integrated within the ontology, thus enriching its expressive power and augmenting the assertional knowledge that can be derived. Additionally , discovered rules may also suggest new axioms to be added to the ontology. We performed experiments on publicly available ontologies, validating the performances of our approach and comparing them with the main state-of-the-art systems

    Giardia duodenalis in Captive Tigers (Panthera tigris), Palawan Bearcats (Arctictis binturong whitei) and Asian Palm Civet (Paradoxurus hermaphroditus) at a Wildlife Facility in Manila, Philippines

    Get PDF
    Background: This study was conducted to determine the prevalence of Giardia duodenalis in captive animals in a wildlife facility. This is the first study conducted in these animals from the facility. Methods: Eight captive tigers (Panthera tigris), two Palawan bearcats (Arctictis binturong whitei) and one Asian Palm Civet (Paradoxurus hermaphroditus) currently housed at a wildlife facility in Manila, Philippines were considered in 2012. These animals were apparently healthy with no signs of disease during the study. Sample collection was done twice at two months interval where freshly voided fecal samples were grossly examined, characterized and preserved in Sodium Acetate Formalin (SAF). The samples were used to determine the presence of G. duodenalis using modified flotation-sedimentation and commercially available immuno-chromatographic assay test kit. Results: All fecal samples tested were negative for the presence of G. duodenalis trophozoites, and cysts using the former. Furthermore, none of the samples tested positive for and G. duodenalis antigen using immune-chromatographic assay. Conclusion: There is no existing infection of G. duodenalis among captive tigers, Palawan Bearcats and Asian palm civet housed at the wildlife facility

    Emerging Artificial Societies Through Learning

    Get PDF
    The NewTies project is implementing a simulation in which societies of agents are expected to de-velop autonomously as a result of individual, population and social learning. These societies are expected to be able to solve environmental challenges by acting collectively. The challenges are in-tended to be analogous to those faced by early, simple, small-scale human societies. This report on work in progress outlines the major features of the system as it is currently conceived within the project, including the design of the agents, the environment, the mechanism for the evolution of language and the peer-to-peer infrastructure on which the simulation runs

    Fast Evolutionary Adaptation for Monte Carlo Tree Search

    Get PDF
    This paper describes a new adaptive Monte Carlo Tree Search (MCTS) algorithm that uses evolution to rapidly optimise its performance. An evolutionary algorithm is used as a source of control parameters to modify the behaviour of each iteration (i.e. each simulation or roll-out) of the MCTS algorithm; in this paper we largely restrict this to modifying the behaviour of the random default policy, though it can also be applied to modify the tree policy

    Evolutionary Algorithm Based on New Crossover for the Biclustering of Gene Expression Data

    Get PDF
      Microarray represents a recent multidisciplinary technology. It measures the expression levels of several genes under different biological conditions, which allows to generate multiple data. These data can be analyzed through biclustering method to determinate groups of genes presenting a similar behavior under specific groups of conditions. This paper proposes a new evolutionary algorithm based on a new crossover method, dedicated to the biclustering of gene expression data. This proposed crossover method ensures the creation of new biclusters with better quality. To evaluate its performance, an experimental study was done on real microarray datasets. These experimentations show that our algorithm extracts high quality biclusters with highly correlated genes that are particularly involved in specific ontology structure

    Informe del seguimiento científico de la acción piloto RAI/AP-26/2007: Pesca experimental con arte de arrastre de fondo en el Golfo de León (Mediteráneo noroccidental)

    Get PDF
    RESUMEN.- Del 24 de Octubre al 18 de Diciembre de 2007, se han realizado 67 pescas experimentales de arrastre de fondo, a bordo de las embarcaciones B/P Berto y B/P Sort de Taranet, en caladeros del talud del Golfo de León, situados en aguas internacionales al este del Cabo Creus y alejados entre 70 y 100 millas de su puerto base (Port de la Selva). Ambos barcos trabajaron de manera continuada durante 46 horas semanales (su período de actividad habitual es de 5 días semanales y 12 ó 16 horas diarias), utilizando una red de arrastre tipo cuadrado-dragón, que habitualmente usan para sus operaciones de pesca comercial en el área. De manera simultánea, un barco utilizó el copo tradicional de malla rómbica de 40 mm, mientras que el otro utilizó un copo de malla cuadrada de 40 mm. Ello permitió comparar la selectividad de ambos copos por el método de pescas paralelas. Del total de pescas, 50 fueron consideradas válidas para el análisis de datos, en base a dos estratos batimétricos: (i) 300-450 m, dirigidas a cigala (B/P Berto: 14 pescas entre 357 y 434 m; B/P Sort de Taranet: 14 pescas entre 371 y 451 m); (ii) 450-700 m, dirigidas a gamba roja (B/P Berto: 11 pescas entre 478 y 692 m; B/P Sort de Taranet: 11 pescas entre 493 y 571 m). Se han estimado los rendimientos medios, estandarizados a hora de arrastre efectivo, su fracción comercial y descartada y la distribución de tallas de las principales especies de interés comercial y ecológico. Paralelamente, se ha recogido información de los desembarcos y consumo de combustible esta acción piloto y para el mismo período de 2006, en que estas embarcaciones realizaron su actividad pesquera rutinaria. El análisis de esta información se ha realizado mediante técnicas uni- y multi-variantes. Los elevados rendimientos, así como la distribución de tallas de la captura de las principales especies explotadas, indican que los fondos prospectados están poco explotados. En ambos estratos batimétricos, con la malla cuadrada se redujeron los descartes, sin una disminución significativa de los rendimientos comerciales. Del mismo modo, la estrategia de pesca aplicada durante la acción piloto redujo el esfuerzo efectivo de pesca, sin disminuir el rendimiento de la pesquería respecto del mismo período de 2006. Además, se redujo considerablemente el consumo de combustible, lo que repercutió positivamente en las tasas de combustible consumido por unidad de desembarcos. La estrategia de explotación aplicada en la acción piloto mejora la relación coste-eficiencia de la pesquería y presenta una serie de ventajas, tanto de mejora en el rendimiento pesquero y en la explotación de los recursos, como de carácter medioambiental y social. No obstante, aplicar esta estrategia a la explotación comercial conlleva riesgos para el mantenimiento de los stocks de especies explotadas y la conservación de hábitats de especial interés y ecosistemas marinos vulnerables, en un área con numerosos cañones submarinos, como el Golfo de León.RESUM.- INFORME DEL SEGUIMENT CIENTÍFIC DE L’ACCIÓ PILOT RAI/AP-26/2007: PESCA EXPERIMENTAL AMB ART DE RÒSSEC DE FONS EN EL GOLF DE LLEÓ (MEDITERRÀNIA NOR-OCCIDENTAL): Del 24 de Octubre al 18 de Desembre de 2007, s’han dut a terme 67 pesques experimentals de ròssec de fons, a bord de les embarcacions B/P Berto i B/P Sort de Taranet, en caladors del talús del Golf de Lleó, situats en aigües internacionals a l’est del Cap de Creus, allunyats entre 70 i 100 milles del seu port base (Port de la Selva). Ambdós vaixells van treballar de manera continuada durant 46 hores setmanals (el seu període d’activitat habitual és de 5 dies setmanals i 12 ó 16 hores diàries), utilitzant una xarxa de ròssec de tipus quadratdragó, que habitualment utilitzen per les operacions de pesca comercial a l’àrea. De manera simultània, un vaixell va emprar el cóp tradicional de malla ròmbica de 40 mm, mentre que l’altre va emprar un cóp de malla quadrada de 40 mm. Això va permetre comparar la selectivitat d’ambdós cóps, mitjançant el mètode de pesques paral·leles. Del total de pesques, 50 foren considerades vàlides per l’anàlisi de dades, en base a dos estrats batimètrics: (i) 300-450 m, dirigides a escamerlà (B/P Berto: 14 pesques entre 357 i 434 m; B/P Sort de Taranet: 14 pesques entre 371 i 451 m); (ii) 450-700 m, dirigides a gamba vermella (B/P Berto: 11 pesques entre 478 i 692 m; B/P Sort de Taranet: 11 pesques entre 493 i 571 m). S’han estimat els rendiments mitjans, estandarditzats a hora efectiva de ròssec, la seva fracció comercial i rebutjada i la distribució de talles de les principals espècies d’interès comercial i ecològic. Paral·lelament, s’ha recollit informació dels desembarcaments i consum de combustible durant l’acció pilot de 2007 i pel mateix període de 2006, en que aquestes embarcacions van realitzar la seva activitat pesquera rutinària. L’anàlisi d’aquesta informació s’ha realitzat mitjançant tècniques uni- i multi-variants. Els elevats rendiments, així com la distribució de talles de la captura de les principals espècies explotades, indiquen que els fons prospectats estan poc explotats. En ambdós estrats batimètrics, amb la malla quadrada es van reduir els rebuigs, sense una disminució significativa dels rendiments comercials. De manera semblant, l’estratègia de pesca aplicada durant l’acció pilot va reduir l’esforç efectiu de pesca, sense disminuir el rendiment de la pesquera respecte del mateix període de 2006. A més, es va reduir considerablement el consum de combustible, la qual cosa va repercutir positivament en les tases de combustible consumit per unitat de desembarcaments. L’estratègia d’explotació aplicada en l’acció pilot incrementa la relació cost-eficiència de la pesquera i presenta una sèrie d’avantatges, tant de millora en el rendiment pesquer i en l’explotació dels recursos, com de caràcter mediambiental i social. No obstant, aplicar aquesta estratègia a l’explotació comercial comporta riscs pel manteniment dels estocs d’espècies explotades i la conservació d’hàbitats d’especial interès i ecosistemes marins vulnerables, a una àrea amb nombrosos canons submarins, com el Golf de Lleó.Secretaria General de Pesca Marítim
    corecore